Move the (require 'cl) to the front of the
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 8 Dec 2000 16:31:50 +0000 (16:31 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 8 Dec 2000 16:31:50 +0000 (16:31 +0000)
commit3563fe49a7f7a9b05bfe9e0a7fd9aad58d73f1e5
tree612e9d3f8ed39d13fb54162954b365a4724bd10d
parent02431a5b94e5885f8128b8f12519ccf778b0a145
Move the (require 'cl) to the front of the
file where it's more visible.
(texinfo-filter, texinfo-chapter-level-regexp): New variables
moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
(texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
(texinfo-inside-macro-p): Only catch `scan-error's.
(texinfo-inside-env-p): Make better use of the match info.
(texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
(texinfo-insert-@end): Slight re-organization.
Also remove useless `looking-at' call.
lisp/textmodes/texinfo.el